home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue49 / Clinic / TimeZoneU.dfm / TimeZoneU.txt
Text File  |  1999-05-23  |  1KB  |  62 lines

  1. object TimeZoneInfoForm: TTimeZoneInfoForm
  2.   Left = 193
  3.   Top = 130
  4.   Width = 529
  5.   Height = 137
  6.   Caption = 'Time Zone Info Form'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblCurrent: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 85
  21.     Height = 13
  22.     Caption = 'Currently using %s'
  23.   end
  24.   object lblBias: TLabel
  25.     Left = 8
  26.     Top = 24
  27.     Width = 349
  28.     Height = 13
  29.     Caption = 
  30.       '%d minute bias between Co-ordinated Universal Time (UTC) and loc' +
  31.       'al time'
  32.   end
  33.   object lblStdBias: TLabel
  34.     Left = 8
  35.     Top = 40
  36.     Width = 199
  37.     Height = 13
  38.     Caption = '%d minute total bias between UTC and %s'
  39.   end
  40.   object lblDayBias: TLabel
  41.     Left = 8
  42.     Top = 56
  43.     Width = 199
  44.     Height = 13
  45.     Caption = '%d minute total bias between UTC and %s'
  46.   end
  47.   object lblDayToStd: TLabel
  48.     Left = 8
  49.     Top = 72
  50.     Width = 103
  51.     Height = 13
  52.     Caption = '%s changes to %s on '
  53.   end
  54.   object lblStdToDay: TLabel
  55.     Left = 8
  56.     Top = 88
  57.     Width = 103
  58.     Height = 13
  59.     Caption = '%s changes to %s on '
  60.   end
  61. end
  62.